crypto/tls.Conn.handshakeContext (method)

2 uses

	crypto/tls (current package)
		conn.go#L1492: 	return c.handshakeContext(ctx)
		conn.go#L1495: func (c *Conn) handshakeContext(ctx context.Context) (ret error) {